projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08533d8
)
Fix setting self-insert-command for multibyte
author
Kenichi Handa
<handa@m17n.org>
Fri, 22 Sep 2006 12:55:25 +0000
(12:55 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 22 Sep 2006 12:55:25 +0000
(12:55 +0000)
characters in global-map.
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index bf0323cdf20b2fbb032561896fb35f7fade1e337..d077e641ac1a76a9b9fd3b15e7eabeb7400c7388 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-604,7
+604,7
@@
language you are using."
(let ((l (generic-character-list))
(table (nth 1 global-map)))
(while l
- (
set-char-table-defaul
t table (car l) 'self-insert-command)
+ (
ase
t table (car l) 'self-insert-command)
(setq l (cdr l))))
(setq help-event-list '(help f1))